Attach Method (IExtension<T>)
Enables an extension object to find out when it has been aggregated. Called when the extension is added to the IExtensionObject<T>.Extensions property.
'Declaration
Sub Attach( _
ByVal As _
)
'Usage
Dim instance As IExtension(Of T)
Dim owner As
instance.Attach(owner)
Parameters
- owner
- The extensible object that aggregates this extension.